From: Jan Beulich Date: Thu, 6 Mar 2014 12:44:42 +0000 (+0100) Subject: Revert "credit: change default timeslice to 5ms" X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~5511 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=db8d09f56310be2e818b63d90e2b520892088573;p=xen.git Revert "credit: change default timeslice to 5ms" This reverts commit 348dee3b8afb72cb4713d2e6600b4e86e0cc1723 (retracted by author/maintainer). --- diff --git a/xen/common/sched_credit.c b/xen/common/sched_credit.c index 61553d977e..db5512e3ed 100644 --- a/xen/common/sched_credit.c +++ b/xen/common/sched_credit.c @@ -29,9 +29,9 @@ * Basic constants */ #define CSCHED_DEFAULT_WEIGHT 256 -#define CSCHED_TICKS_PER_TSLICE 1 -/* Default timeslice: 5ms */ -#define CSCHED_DEFAULT_TSLICE_MS 5 +#define CSCHED_TICKS_PER_TSLICE 3 +/* Default timeslice: 30ms */ +#define CSCHED_DEFAULT_TSLICE_MS 30 #define CSCHED_CREDITS_PER_MSEC 10